home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / point.arc / BINKLEY.CFG < prev    next >
Encoding:
Text File  |  1987-10-26  |  4.5 KB  |  116 lines

  1. ; Binkley.CFG -- configuration file for BinkleyTerm 1.10 and above.
  2. ;
  3. ; The file is an example of a setup for a simple point system.  Other
  4. ; configurations are possible by changing values and options used.
  5. ;
  6. ; The following should be in the file for all applications of BT:
  7. ;
  8. ; Port        Your Port (1=COM1, 2=COM2)
  9. ; Baud        Your Baud (300,1200,2400,4800,9600,19200)
  10. ; Carrier    Your carrier mask in hex (usually 80)
  11. ; Init        Initialization string for your modem
  12. ; Prefix    Your modem's dial prefix (ATDT or ATDP)
  13. ; Suffix    Your modem's dial suffix (if you need one)
  14. ; Netfile    Location of your inbound file area (used for D/L too)
  15. ; Overwrite     If this is present, then received files will overwrite
  16. ;               another file of the same name, unless the received file
  17. ;               is an ARCmail type file.
  18. ;
  19.  
  20. Port      1
  21. Baud      2400
  22. Carrier   80
  23.  
  24. ; Note: BT's dialer ignores '-', substitutes CR for '|', delays one
  25. ;       second for '~', delays 1/20th second for '`', raises DTR signal
  26. ;       for '^' and lowers DTR signal for 'v'. 
  27. ;       All other characters are passed to the modem.
  28. ;
  29. ;       If your modem does not appear to be responding, try inserting the
  30. ;       short delay (back quote) in between characters in the modem strings.
  31. ;       Most modems will take the commands quite quickly, but others will not.
  32.  
  33. Init      |ATV1Q0X1|
  34. Prefix    |ATDP,
  35. ;Suffix
  36. Netfile   C:\Bink\Inbound\
  37. ;Overwrite
  38.  
  39. ;
  40. ; In addition to the entries above, to use BT as a simple point polling
  41. ; system and file request program you should have the following here:
  42. ;
  43. ; Busy          String to send to your modem to make it "busy".
  44. ; Nodelist    Where your system stores its nodelist files
  45. ; Hold        Location of your outbound hold area
  46. ; Netmail    Location of your "Matrix Message" area
  47. ; Zone        Zone your Point (and Boss) is located in.  Currently
  48. ;               North America is Zone 1, Europe is Zone 2, and Australia
  49. ;               is Zone 3.
  50. ; Boss        Net and Node of your "Boss" node (if BT is a "Point"),
  51. ;               or your net/node if BT is a regular node.
  52. ; Point        Your net/node number.  This will be the same as 'Boss' if
  53. ;               BT is used as a regular node, otherwise it will be different.
  54. ; System    Name of your system.
  55. ; Sysop        Your name
  56. ;
  57. Busy      |ATM0H1|
  58. Nodelist  C:\Bink\
  59. Hold      C:\Bink\Outbound\
  60. Netmail   C:\Bink\Msg\
  61. Zone      1
  62. Boss      999/999
  63. Point     9876/1234
  64. System    BinkleyTerm Sample Point System
  65. Sysop     Simple Sysop
  66.  
  67. ;
  68. ; In addition to the previous entries, you should have the following
  69. ; fields filled in here if BT is running as a mailer or frontend
  70. ;
  71. ; Statuslog     Fully-qualified path name of your log file
  72. ; Unattended    Forces BT into "unattended" mode automatically.
  73. ; NoPickup      Don't pickup mail when doing LoTek
  74. ; NoRequests    Don't allow LoTek File Requests
  75. ; Avail        Your system's list of files available.
  76. ; Okfile    Your system's "candidates for file request" list
  77. ; About        Your system's little file-requestable advertisement
  78. ; MaxReq    Maximum number of files that can be requested in one session
  79. ; Banner    The advertisement you pop out when receiving a call
  80. ; BBS        How to call BBS when enabled.
  81. ; Event        For BT's internal scheduler. See WHATSNEW.109 for details.
  82. ;
  83.  
  84. Statuslog C:\Bink\Binkley.Log
  85. ;Unattended
  86. Avail     C:\Bink\Filelist.Lst
  87. Okfile    C:\Bink\Okfile.Lst
  88. About     C:\Bink\About_Me.Doc
  89. MaxReq    40
  90. Banner    Welcome to the BinkleyTerm Sample Point System!
  91.  
  92. ; For a regular node with a BBS one of these two options should
  93. ; be enabled to drop to the BBS system.
  94. ;BBS       Spawn
  95. ;BBS       Exit
  96.  
  97. ;
  98. ; The following series of events correspond to calling times
  99. ; consistent with AT&T Reach Out America plan.  The system will
  100. ; send ONLY crashmail during times when it is expensive to call
  101. ; long distance.  It will call anywhere during times when it is
  102. ; cheap to call.  It also is common practice to not honor file
  103. ; requests during the National Mail Hour.  The events below
  104. ; correspond to Eastern Standard Time and would have to be changed
  105. ; (especially the NMH slot) for other time zones.
  106. ;
  107.  
  108. Event Week  08:00 22:00 C E1=200        ; Expensive rates
  109. Event WkEnd 08:00 17:00   E1=200        ; Cheap rates
  110. Event Sun   17:00 22:00 C E1=200        ; Expensive on Sundays
  111. Event Sat   17:00 22:00   E1=200        ; Cheap on Saturdays
  112. Event All   22:00 24:00   E1=200        ; Always cheap
  113. Event All   00:00 04:00   E1=200        ; Always cheap
  114. Event All   04:00 05:00 N E1=200        ; No requests or BBS during NMH
  115. Event All   05:00 08:00   E1=200        ; Always cheap
  116.